type runtime.nameOff
7 uses
runtime (current package)
plugin.go#L138: name nameOff
runtime1.go#L654: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
runtime1.go#L694: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
type.go#L21: type nameOff = abi.NameOff
type.go#L294: func resolveNameOff(ptrInModule unsafe.Pointer, off nameOff) name {
type.go#L324: func (t rtype) nameOff(off nameOff) name {
type.go#L429: var nameOff nameOff
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |